NoteCollectionContains Method (String) |
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic bool Contains(
string description
)
Public Function Contains (
description As String
) As Boolean
Parameters
- description
- Type: SystemString
The description of the Note to check for.
Return Value
Type:
Booleantrue if the collection contains the specified
Note; otherwise,
false.
See Also